home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Compression / tarZan / Source / myBrowserCell.h < prev    next >
Text File  |  1992-07-27  |  393b  |  18 lines

  1. // Created By James T. Romano July 22, 1992 
  2. // Member of the Dynamic Duo of NeXT Computers!
  3. //
  4. // 
  5. // Read it and Weep!
  6.  
  7. #import <appkit/NXBrowserCell.h>
  8. #import <appkit/Matrix.h>
  9. #import <appkit/NXBrowser.h>
  10.  
  11. @interface myBrowserCell : NXBrowserCell
  12. {
  13. }
  14.  
  15. - drawInside:(const NXRect *)cellFrame inView:controlView;
  16. - highlight:(const NXRect *)cellFrame inView:controlView lit:(BOOL)lit;
  17.  
  18. @end